Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix missing version info of rly binary #174

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

DeepakBomjan
Copy link
Collaborator

  • fix relay binary version issue

@DeepakBomjan DeepakBomjan marked this pull request as ready for review September 13, 2023 08:07
Copy link
Collaborator

@izyak izyak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our entire project uses cosmos/relayer/v2 as module name. So, we cannot make this change here. We need to update the goreleaser.yaml file, and replace icon-project/ibc-relay/v2 with cosmos/relayer/v2

go.mod Outdated Show resolved Hide resolved
@github-actions github-actions bot added the cicd label Sep 13, 2023
@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #174 (d9cb2ad) into release (fffa1dc) will not change coverage.
The diff coverage is n/a.

❗ Current head d9cb2ad differs from pull request most recent head 0fff41d. Consider uploading reports for the commit 0fff41d to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           release     #174   +/-   ##
========================================
  Coverage    11.56%   11.56%           
========================================
  Files           83       83           
  Lines        20011    20011           
========================================
  Hits          2314     2314           
  Misses       17445    17445           
  Partials       252      252           

@github-actions github-actions bot removed the cicd label Sep 13, 2023
@DeepakBomjan DeepakBomjan changed the title ci: update module name in go.mod ci: fix missing version info of rly binary Sep 13, 2023
@izyak izyak merged commit ad3a684 into release Sep 14, 2023
5 of 6 checks passed
@izyak izyak deleted the 173-relay-binary-version-missing branch September 14, 2023 03:41
viveksharmapoudel added a commit that referenced this pull request Nov 24, 2023
* ci: fix missing version info of rly binary (#174)

* fix: no error if recover signature fails (#178)

Co-authored-by: viveksharmapoudel <[email protected]>

* fix: query consensus state no retry  (#180)

Co-authored-by: izyak <[email protected]>

* ci: update tag format (#183)

* fix: do not cast bigint to int 64

---------

Co-authored-by: DeepakBomjan <[email protected]>
Co-authored-by: viveksharmapoudel <[email protected]>
viveksharmapoudel added a commit that referenced this pull request Nov 24, 2023
* ci: fix missing version info of rly binary (#174)

* fix: no error if recover signature fails (#178)

Co-authored-by: viveksharmapoudel <[email protected]>

* fix: query consensus state no retry  (#180)

Co-authored-by: izyak <[email protected]>

* ci: update tag format (#183)

* fix: do not cast bigint to int 64

* feat: injective implementation

---------

Co-authored-by: DeepakBomjan <[email protected]>
Co-authored-by: viveksharmapoudel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants